Release 10.1A: OpenEdge Development:
Progress 4GL Reference
CANCEL-BREAK( ) method
Cancels a breakpoint from a debugging session.
Return type: LOGICAL Applies to: DEBUGGER system handle
procedureA character expression that specifies the name of the procedure for which you want to cancel a breakpoint. The specified procedure does not have to exist at the time the breakpoint is cancelled. If you do not specify
procedure, the method cancels any breakpoint set on the line immediately following the current line. (This is different from the SET-BREAK( ) method, which sets a breakpoint on the next executable line.)line-numberAn integer expression that specifies the line number in
procedure(based at line 1 of the debug listing) where you want to cancel the breakpoint. A positive integer greater than or equal to 1 represents a line number in the specifiedprocedurefile. Zero (0) or a negative integer value represents the first executable line of the main procedure block in the specifiedprocedurefile. If you do not specifyline-number, the method cancels the breakpoint at the first executable line ofprocedurefile.If you invoke DEBUGGER:CANCEL-BREAK (
Note: To use this method, you must have the Application Debugger installed in your OpenEdge environment.procedure,line-number) on the same line that is specified byprocedureandline-number, the existing breakpoint on the specified line occurs the first time it is executed. The breakpoint is cancelled only on the second and succeeding executions of the line.For more information, see the reference entry for the DEBUGGER system handle.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |